We can just gdk_seat_ungrab() here.
https://bugzilla.gnome.org/show_bug.cgi?id=759309
/* This is needed since Wayland will absorb all the pointer events after the
* above function - FIXME: Is this always safe..?
*/
- gdk_device_ungrab (device, timestamp);
+ gdk_seat_ungrab (gdk_device_get_seat (device));
}
static void
/* This is needed since Wayland will absorb all the pointer events after the
* above function - FIXME: Is this always safe..?
*/
- gdk_device_ungrab (device, timestamp);
+ gdk_seat_ungrab (gdk_device_get_seat (device));
}
static void